home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODVersnM.h
-
- Contains: Code for accessing CFM version info
-
- Owned by: Chris Linn
-
- Copyright: © 1995 - 1996 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <1> 10/4/96 CSL first checked in
- To Do:
- In Progress:
-
- */
-
- #ifndef _ODVERSNM_
- #define _ODVERSNM_
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- #pragma lib_export on
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- typedef ODULong ODVersion;
-
- ODError ODGetOpenDocVersion( ODVersion *version );
- ODError ODGetClassImplementationVersion( SOMClass *somClass, ODVersion *version );
-
- #ifdef __cplusplus
- }
- #endif
-
- #pragma lib_export off
-
- #endif /* _ODVERSNM_ */
-